html {
    scroll-behavior: smooth;
}
#delivery_options {
    scroll-margin-top: var(--header-offset);
}
body:not(:has(.delivery-options)) .wp-block-button:has(>.btn--delivery) {
    display: none;
}
.is_quote {
    position: relative;
}
.is_quote::after,
.is_quote::before {
    content: '';
    height: 30px;
    width: 34.9px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.is_quote::after {
    top: 25px;
    left: 25px;
    background-image: url('../images/quote-open.svg');
}
.is_quote::before {
    right: 25px;
    bottom: 25px;
    background-image: url('../images/quote-close.svg');
}
/* ------------------------------------------------------------
gravity form style
------------------------------------------------------------ */
/* html body .gform_wrapper form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px;
}
html body .gform_wrapper form .gform_fields {
    row-gap: 15px;
} */
html body .gform_wrapper form .gform_fields {
    gap: 30px 20px
}
html body .gform_wrapper .gform_heading,
html body .gform_wrapper .gform_validation_errors {
    display: none;
}
html body .gform_wrapper *:focus {
    outline: none;
}
html body .gform_wrapper div.validation_error html body .gform_wrapper form {
    border: 2px solid #666;
    padding: 0;
}
html body .gform_wrapper form .gform_fields .gfield {
    margin-top: 0;
    border: 0;
    background: none;
    vertical-align: top;
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.gform_wrapper.gform_validation_error .gform_body .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
html body .gform_wrapper form .gform_fields .gfield.bottom-info {
    padding-top: 0px !important;
}
html body .gform_wrapper form .gform_fields .gfield .ginput_container {
    margin-top: 0 !important;
}
html body .step_form_wrapper .gform_wrapper form .gform_fields label,
html body .gform_wrapper .top_label .gfield_label,
html body .gform_wrapper .gform_wrapper legend.gfield_label {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: 0;
    margin-top: 0 !important;
    gap: 0;
    text-transform: capitalize;
}
.s-hidden {
    display: none !important;
}
body .styledSelect:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 1px));
    right: 16px;
    line-height: 1;
    width: 16px;
    height: 16px;
    background: url('../images/chevron-down.svg') no-repeat center;
}
.styledSelect.active:after {
    background: url("../images/chevron-down.svg") no-repeat center;
    transform: translateY(-50%) rotate(180deg);
}
body .styledSelect {
    position: relative;
    z-index: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    box-shadow: none;
    font-size: 14px !important;
    line-height: 1;
    align-content: center;
    padding-right: 32px !important;
}
body .styledSelect,
body .gform_wrapper select,
html body .gform_wrapper form .gform_fields .gfield input[type="text"],
html body .gform_wrapper form .gform_fields .gfield input[type="email"],
html body .gform_wrapper form .gform_fields .gfield input[type="number"],
html body .gform_wrapper form .gform_fields .gfield input[type="tel"],
html body .gform_wrapper form .gform_fields .gfield textarea {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50px !important;
    background-color: var(--wp--preset--color--cream-color);
    border: 1px solid var(--wp--preset--color--gray-color);
    box-shadow: none;
    font-size: 14px !important;
    line-height: 1.35 !important;
    width: 100% !important;
    padding: 12px 19px !important;
    transition: all 0.3s;
    height: 41px;
    font-weight: 400;
    color: var(--wp--preset--color--gray-color);
    outline: none;
}
body .styledSelect {
    padding-right: 32px !important;
}
html body .gform_wrapper form .gform_fields .gfield input[type="text"].datepicker {
    min-width: 100%
}
.gform-theme--framework.ui-datepicker table td a,
.gform-theme--framework.ui-datepicker table td span {
    color: var(--wp-preset-color--primary);
    border: none !important;
    outline: none !important
}
.gform-theme--framework.ui-datepicker table .ui-datepicker-today a,
.gform-theme--framework.ui-datepicker table .ui-datepicker-today span {
    background: var(--wp--preset--color--light-gray);
}
.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a,
.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span {
    background: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--white);
}
.ui-datepicker-title>select {
    outline: none !important;
}
.ui-datepicker-title>select:focus {
    border-color: var(--wp--preset--color--primary);
}
.ui-datepicker-header .ui-corner-all {
    background: none !important;
    border: none !important;
}
.ui-datepicker-header .ui-corner-all::before {
    transition: 0.3s all
}
body .styledSelect {
    white-space: nowrap;
}
html body .gform_wrapper form .gform_fields .gfield input[type="text"]::placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="email"]::placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="number"]::placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="tel"]::placeholder,
html body .gform_wrapper form .gform_fields .gfield textarea::placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="text"]::-webkit-input-placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="email"]::-webkit-input-placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="number"]::-webkit-input-placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="tel"]::-webkit-input-placeholder,
html body .gform_wrapper form .gform_fields .gfield textarea::-webkit-input-placeholder,
html body .gform_wrapper form .gform_fields .gfield .styledSelect .text-ellipses {
    color: rgba(51, 51, 51, 0.5);
}
body .styledSelect:focus,
html body .gform_wrapper form .gform_fields .gfield input[type="text"]:focus,
html body .gform_wrapper form .gform_fields .gfield input[type="email"]:focus,
html body .gform_wrapper form .gform_fields .gfield input[type="number"]:focus,
html body .gform_wrapper form .gform_fields .gfield input[type="tel"]:focus,
html body .gform_wrapper form .gform_fields .gfield textarea:focus,
html body .gform_wrapper form .gform_fields .gfield .styledSelect.active {
    border: 1px solid rgba(51, 51, 51, 1);
}
html body .gform_wrapper form .gform_fields .gfield input[type="text"]:focus::placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="email"]:focus::placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="number"]:focus::placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="tel"]:focus::placeholder,
html body .gform_wrapper form .gform_fields .gfield textarea:focus::placeholder {
    color: rgba(51, 51, 51, 1);
}
html body .gform_wrapper form .gform_fields .gfield textarea {
    height: 100px !important;
    resize: none;
    min-height: 100px !important;
    border-radius: 21px !important;
    padding: 13px 19px !important;
}
html body .gform_wrapper form .gform_fields .gfield .grecaptcha-badge {
    z-index: 5
}
html body .contact_form_wrapper .gform_wrapper form .gform_fields .gfield textarea {
    height: 82px !important;
    min-height: 82px !important;
}
html body .gform_wrapper form .gform_fields .gfield .styledSelect.active .text-ellipses {
    color: #333333 !important;
}
html body .gform_wrapper form .gform_fields .gfield .styledSelect .text-ellipses.valueAdded {
    color: #333333 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
html body .gform_wrapper form .gform_fields .gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
    margin-bottom: 0 !important;
}
html body .gform_wrapper form .gform_fields .gfield.recaptcha-field {
    padding-top: 10px !important;
}
html body .gform_wrapper form .gform_fields .gfield .ginput_container.ginput_recaptcha {
    margin-top: 0 !important;
}
html body .gform_wrapper .gfield.gfield_error.gfield_contains_required div.validation_message {
    font-size: 11px;
    color: var(--wp--preset--color--primary-color);
    font-weight: 600;
    padding-top: 5px;
    line-height: normal;
    letter-spacing: -0.13px;
    padding-right: 7px;
    margin: 0;
}
html body .gform_wrapper .validation_message {
    font-size: 11px !important;
    color: var(--wp--preset--color--primary-color) !important;
    font-weight: 400 !important;
    padding-top: 4px;
    padding-left: 20px !important;
}
html body .gform_wrapper .gfield_required {
    line-height: 1 !important;
    display: inline-block !important;
    font-size: 12px !important;
    color: var(--wp--preset--color--slate) !important;
}
html body .gform_wrapper .gfield--type-choice .gform-field-label .gfield_required {
    margin-left: 4px
}
html body .gform_wrapper .gfield_required,
html body .gform_wrapper .gfield_required .gfield_required_text {
    text-transform: lowercase !important;
    font-size: 12px;
    line-height: 1;
    color: var(--wp--preset--color--slate);
    margin-left: 4px;
    display: inline-block;
}
html body .gform_wrapper div.validation_error {
    border: 0;
    font-size: 20px;
    color: var(--wp--preset--color--primary-color);
    display: none;
}
html body .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
html body .gform_wrapper .gform_wrapper .gfield_error textarea,
html body .gform_wrapper .gfield_error .styledSelect {
    border: 1px solid var(--wp--preset--color--primary-color);
}
/* Placeholder color on error fields */
html body .gform_wrapper form .gform_fields .gfield_error .styledSelect .text-ellipses,
html body .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder,
html body .gform_wrapper .gfield_error textarea::placeholder {
    color: var(--wp--preset--color--primary-color) !important;
}
/* Webkit-specific (older Safari/Chrome support) */
html body .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
html body .gform_wrapper .gfield_error textarea::-webkit-input-placeholder {
    color: var(--wp--preset--color--primary-color) !important;
}
html body .gform_wrapper .gfield_error.gfield--type-name .name_middle input[type="text"] {
    border: 1px solid rgba(16, 24, 40, 0.24) !important;
}
html body .gform_wrapper .gfield_error.gfield--type-name .name_middle input[type="text"]:focus {
    border: 1px solid rgba(16, 24, 40, 1) !important;
}
html body .gform_wrapper .gfield--type-name .validation_message span {
    display: none
}
body .select .options {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    left: 0;
    z-index: 9;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    background: #FFFFF7;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #333333;
    border-radius: 21px;
}
/* Firefox-only: applies scrollbar-width/color only where webkit pseudo isn't supported */
@supports not selector(::-webkit-scrollbar) {
    body .select .options {
        scrollbar-width: thin;
        scrollbar-color: #B80D1E transparent;
    }
}
/* Chrome / Safari / Edge (webkit) */
body .select .options::-webkit-scrollbar {
    width: 6px;
}
body .select .options::-webkit-scrollbar-track {
    background: transparent;
    margin: 15px 0;
}
body .select .options::-webkit-scrollbar-thumb {
    background-color: #B80D1E;
    border-radius: 10px;
}
body .select .options::-webkit-scrollbar-thumb:hover {
    background-color: #B80D1E;
}
body .select .options::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}
.ginput_container_multiselect .select,
.ginput_container_select .select {
    position: relative;
}
body .select .options>li {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    padding: 12.5px 19px;
    min-width: 101px;
    cursor: pointer;
    border-radius: 0;
    transition: 0.3s all;
    outline: none;
}
body .select .options>li.active,
body .select .options>li:hover {
    background-color: rgba(51, 51, 51, 0.1);
}
/* ------------------------------------------------------------
gravity form Button styling
------------------------------------------------------------ */
html body .gform_wrapper form .gform_footer {
    text-align: center;
    padding: 30px 0 0;
    /* padding: 8px 0 0; */
    margin: 0;
    justify-content: center;
}
html body .step_form_wrapper .gform_wrapper form .gform_page_footer input.button,
html body .gform_wrapper form .gform_footer input[type="submit"],
html body .gform_wrapper form .gform_footer button.button {
    color: var(--wp--preset--color--white) !important;
    background-color: var(--wp--preset--color--primary-color) !important;
    font-size: 20px !important;
    line-height: 1 !important;
    padding: 13px 39px 13px !important;
    font-weight: 700 !important;
    border: 2px solid var(--wp--preset--color--primary-color) !important;
    display: inline-block !important;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 50px !important;
    -webkit-appearance: none;
    transition: all 0.3s !important;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Rockwell' !important;
}
html body .step_form_wrapper .gform_wrapper form .gform_page_footer input.button:hover,
html body .gform_wrapper form .gform_footer input[type="submit"]:hover,
html body .gform_wrapper form .gform_footer button.button:hover {
    background-color: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--primary-color) !important;
    text-decoration: none;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    padding: 0 !important;
}

html body .gform_wrapper form .gform_footer button.button+img,
html body .gform_wrapper form .gform_footer input[type="submit"]+img {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -30px);
}
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 50%;
    margin-right: 0 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
.gform_wrapper input:-webkit-autofill,
.gform_wrapper input:-webkit-autofill:hover,
.gform_wrapper input:-webkit-autofill:focus,
.gform_wrapper input:-webkit-autofill:active,
.gform_wrapper textarea:-webkit-autofill,
.gform_wrapper select:-webkit-autofill {
    -webkit-text-fill-color: #333333 !important;
    -webkit-box-shadow: 0 0 0 1000px #FFFFF7 inset !important;
    box-shadow: 0 0 0 1000px #FFFFF7 inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    caret-color: #333333;
}
.gform_confirmation_message {
    font-size: 18px;
    text-align: center
}
.bp_form_wrapper:has(.gform_confirmation_message) .wp-block-heading {
    display: none
}
.bp_form_wrapper .gform_confirmation_message {
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center
}
.gform-footer .gform-loader {
    position: absolute !important;
    border-width: 3px !important;
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
    border-left-color: rgba(186, 18, 24, 1) !important;
    border-right-color: rgba(186, 18, 24, 1) !important;
    left: calc(50% - 10px);
}
html body .gform_wrapper form .gform_footer:has(.gform-loader) button.button,
html body .gform_wrapper form .gform_footer:has(.gform-loader) input[type="submit"] {
    color: rgba(186, 18, 24, 0.2) !important;
    background: var(--wp--preset--color--primary--color) !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none !important
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* ------------------------------------------------------------
End gravity form style
------------------------------------------------------------ */
.section_pizzas_shapes.community_starts::before {
    top: 51px;
}
.section_pizzas_shapes.community_starts::after {
    top: auto;
    bottom: 143px;
}
html body .newsletter_form_wrapper.no_border .gform_wrapper form .gform_fields .gfield input[type="email"] {
    border-color: var(--wp--preset--color--cream-color) !important;
}
html body .gform_wrapper form .gform_fields .gfield.extra_height textarea {
    min-height: 150px !important;
}
html body .gform_wrapper .gfield_radio {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px 31px !important
}
html body .gform_wrapper .gfield_radio .gchoice {
    display: block;
    position: relative;
    margin-bottom: 0;
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: -1px;
    top: 1px
}
html body .gform_wrapper .gfield_radio .gchoice:before {
    display: none !important;
}
html body .gform_wrapper .gfield_radio .gchoice input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
html body .gform_wrapper .gfield_radio .gchoice label {
    padding-left: 26px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Open Sans';
    cursor: pointer;
    margin: 0;
    position: relative;
}
html body .gform_wrapper .gfield_radio .gchoice label:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #333333;
}
html body .gform_wrapper .gfield_radio .gchoice input~label:hover:before {
    background-color: rgba(184, 14, 31, 0.1);
}
html body .gform_wrapper .gfield_radio .gchoice:hover input~label {
    font-weight: normal;
}
html body .gform_wrapper .gfield_radio .gchoice input:checked~label:before {
    background-color: #ffffff;
}
html body .gform_wrapper .gfield_radio .gchoice label:after {
    content: "";
    position: absolute;
    display: none;
}
html body .gform_wrapper .gfield_radio .gchoice input:checked~label:after {
    display: block;
}
html body .gform_wrapper .gfield_radio .gchoice label:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #B80D1E;
}
html body .gform_wrapper .gfield_checkbox .gchoice {
    display: block;
    position: relative;
    margin-bottom: 12px;
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gfield_description.instruction,
html body .gform_wrapper .gfield_checkbox .gchoice:before {
    display: none !important;
}
html body .gform_wrapper .gfield_checkbox .gchoice input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
html body .gform_wrapper .gfield_checkbox .gchoice label {
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.63;
    font-weight: 500 !important;
    padding-bottom: 0;
    padding-top: 0;
    color: var(--black);
    margin: 0;
    padding-bottom: 1px;
}
html body .gform_wrapper .gfield_checkbox .gchoice label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #00000080;
    border-radius: 8px;
    transition: 0.1s all;
}
html body .gform_wrapper .gfield_checkbox .gchoice input~label:hover:before {
    background-color: rgba(0, 0, 0, .02);
}
html body .gform_wrapper .gfield_checkbox .gchoice:hover input~label {
    font-weight: normal;
}
html body .gform_wrapper .gfield_checkbox .gchoice input:checked~label:before {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}
html body .gform_wrapper .gfield_checkbox .gchoice label:after {
    content: "";
    position: absolute;
    display: none;
}
html body .gform_wrapper form .gform_fields .gfield.two-col-check .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: row;
}
html body .gform_wrapper form .gform_fields .gfield.two-col-check .gfield_checkbox .gchoice {
    margin: 0;
    display: inline-block;
    max-width: 100%;
    width: max-content;
}
html body .gform_wrapper .gfield_checkbox .gchoice input:checked~label:after {
    display: block;
}
html body .gform_wrapper .gfield_checkbox .gchoice label:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
html body .white_error .gform_wrapper .gfield.gfield_error.gfield_contains_required div.validation_message {
    color: #FE898D !important
}
html body .white_error .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-color: var(--wp--preset--color--primary-color) !important;
}
html body .white_error .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder,
html body .white_error .gform_wrapper .gfield_error textarea::placeholder {
    color: var(--wp--preset--color--primary-color) !important;
    opacity: 1;
}
.barros_map_main_wrapper .barros_map_wrapper .facetwp-map-filtering {
    display: none !important;
}
.barros_map_main_wrapper .barros_map_wrapper .facetwp-type-map {
    width: 100% !important;
    height: 100% !important;
}
.barros_map_main_wrapper {
    height: calc(100dvh - var(--header-offset) + 0px);
    overflow: hidden;
}
.barros_map_main_wrapper .barros_listing_header {
    display: flex;
    flex-direction: column;
    gap: 44px 24px;
}
.barros_map_main_wrapper.address_added .barros_listing_header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.barros_map_main_wrapper .barros_listing_header>*:not(.wp-block-image) {
    margin: 0 !important;
}
.barros_map_main_wrapper .lf-tabs {
    display: flex;
    gap: 8px;
    flex: 1;
}
.barros_map_main_wrapper .lf-tabs button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    padding: 11px 15px;
    border: 1px solid rgba(51, 51, 51, 0.24);
    border-radius: 4px;
    flex: 1;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    color: rgba(51, 51, 51, 1);
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.barros_map_main_wrapper .lf-tabs button.is-active {
    border-color: rgba(0, 76, 147, 1);
    color: rgba(0, 76, 147, 1);
    cursor: auto;
}
.barros_map_main_wrapper .lf-tabs button:hover:not(.is-active) {
    background-color: rgba(0, 76, 147, 1);
    color: #fff;
    border-color: rgba(0, 76, 147, 1)
}
.barros_map_main_wrapper.address_added .barros_listing_header .lf-tabs {
    flex: unset;
    min-width: max-content;
}
.barros_map_main_wrapper.address_added .barros_listing_header .lf-tabs button {
    font-size: 14px;
    flex: unset;
    padding: 7px 15.5px;
}
.barros_map_main_wrapper .search_nearby_replica {
    margin-top: 24px;
    text-align: center
}
.barros_map_main_wrapper .search_nearby_replica .wp-block-button__link {
    padding: 0;
    border-radius: 0;
    background-color: transparent !important;
    color: var(--wp--preset--color--primary-color);
    border: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: relative;
    padding-left: 23px;
    outline: none;
    font-size: 20px;
}
.barros_map_main_wrapper .search_nearby_replica .wp-block-button__link::before {
    background-image: url('../images/location-dot.svg');
    content: '';
    width: 15px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.barros_map_main_wrapper .search_nearby_replica .wp-block-button__link:hover {
    text-decoration: underline;
}
.barros_map_main_wrapper .facetwp-input-wrap {
    width: 100%;
    box-sizing: border-box;
}
.barros_map_main_wrapper .facetwp-type-proximity .facetwp-location {
    height: 48px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(51, 51, 51, 0.24);
    border-radius: 4px;
    padding: 15px 16px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
.address_added .barros_listing_inner_main {
    height: 100%;
    overflow: auto;
}
.barros_listing_inner_main .barros_listing_search {
    position: sticky;
    top: -40px;
    background-color: inherit;
    z-index: 1;
}
.barros_listing_inner_main .barros_listing_search .facetwp-facet {
    margin-bottom: 0
}
.barro_listing_cards_main .barro_listing_card {
    padding: 21px 24px 25px;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s all;
    border-radius: 4px;
}
.barro_listing_cards_main .barro_listing_card:not(:last-child)::after {
    content: '';
    background-color: rgba(51, 51, 51, 0.24);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.barro_listing_cards_main .barro_listing_card_title h3 {
    margin: 0;
    font-family: 'Rockwell Nova', 'Rockwell', 'Open Sans';
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}
.barro_listing_cards_main .barro_listing_card:not(.map_card):hover .barro_listing_card_title h3 {
    color: var(--wp--preset--color--blue-color);
}
.barro_listing_cards_main .barro_listing_card .barro_listing_card_title h3 a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}
.barro_listing_cards_main .barro_listing_card:not(.map_card):hover .barro_listing_card_title h3 a {
    text-decoration: underline;
}
.barro_listing_cards_main .barro_listing_card.map_card .barro_listing_card_title h3 a:hover {
    color: var(--wp--preset--color--blue-color);
    text-decoration: underline;
}
.barro_listing_cards_main .barro_listing_card_header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.barro_listing_cards_main .barro_listing_card_header .barro_listing_card_distance {
    min-width: max-content;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.barro_listing_cards_main .barro_listing_card_info {
    margin-top: 11px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    line-height: 1.2;
}
.barro_listing_cards_main .map_card .barro_listing_card_info {
    margin-top: 13px;
}
.barro_listing_cards_main .map_card {
    font-family: 'Open Sans', sans-serif;
}
.barro_listing_cards_main .barro_listing_card_info .barro_listing_card_phone a {
    font-size: 14px;
    line-height: 1.2;
    color: var(--wp--preset--color--gray-color);
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
    letter-spacing: 0;
    white-space: nowrap;
}
.barro_listing_cards_main .map_card .barro_listing_card_info .barro_listing_card_phone a {
    font-size: 16px;
    padding-left: 22px;
}
.barro_listing_cards_main .barro_listing_card_info .barro_listing_card_phone a:hover {
    text-decoration: underline;
}
.barro_listing_cards_main .barro_listing_card_info .barro_listing_card_phone a::before {
    content: '';
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    background-image: url('../images/phone-icon.svg');
}
.barro_listing_cards_main .map_card .barro_listing_card_info .barro_listing_card_phone a::before {
    width: 16px;
    height: 16px;
}
.barro_listing_cards_main .barro_listing_card_info .barro_listing_card_status {
    display: flex;
    /* align-items: center; */
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    gap: 7px;
}
.barro_listing_cards_main .barro_listing_card_info .barro_listing_card_status ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 8px 18px;
    overflow: hidden;
    flex-wrap: wrap;
    font-family: "Open Sans", sans-serif;
}
.barro_listing_cards_main .barro_listing_card_info .barro_listing_card_status ul li {
    position: relative;
    letter-spacing: 0;
}
.barro_listing_cards_main .barro_listing_card_info .barro_listing_card_status ul li:not(:first-child)::after {
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translatey(-50%);
    width: 1px;
    background-color: currentcolor;
    height: 16px;
}
.barro_listing_cards_main .barro_listing_card_info .status-dot {
    width: 8px;
    height: 8px;
    background-color: #BA1218;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    top: 5px;
}
.barro_listing_cards_main .barro_listing_card_info .status-dot.open {
    background-color: var(--wp--preset--color--secondary-color);
}
.barro_listing_cards_main .barro_listing_card_actions {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.barro_listing_cards_main .map_card .barro_listing_card_actions {
    margin-top: 18px;
    gap: 13px;
}
.barro_listing_cards_main .barro_listing_card_actions .btn {
    flex: 1;
    border: 2px solid var(--wp--preset--color--primary-color);
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 10px 12px;
    font-family: 'Rockwell Nova', sans-serif;
    color: #ffffff;
    background-color: var(--wp--preset--color--primary-color);
    transition: 0.3s all;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}
.barro_listing_cards_main .barro_listing_card_actions .btn:hover {
    background-color: #fff;
    color: var(--wp--preset--color--primary-color);
}
.barro_listing_cards_main .barro_listing_card_actions .btn.btn-outline {
    border: 2px solid var(--wp--preset--color--blue-color);
    background-color: transparent;
    color: var(--wp--preset--color--blue-color);
}
.barro_listing_cards_main .barro_listing_card_actions .btn.btn-outline.is-active {
    background-color: rgba(0, 76, 147, 0.12);
    border-color: rgba(0, 76, 147, 0);
    /* color: #ffffff; */
}
.barro_listing_cards_main .barro_listing_card_actions .btn.btn-outline:hover {
    background-color: var(--wp--preset--color--blue-color);
    color: #ffffff;
}
.barro_listing_cards_main .barro_listing_card_links {
    margin-top: 11px;
    display: flex;
    gap: 17px;
}
.barro_listing_cards_main .map_card .barro_listing_card_links {
    margin-top: 13px;
}
.barro_listing_cards_main .barro_listing_card_links a {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--wp--preset--color--blue-color);
    text-decoration: none;
    padding-left: 19px;
    letter-spacing: 0;
    position: relative;
}
.barro_listing_cards_main .barro_listing_card_links a:hover {
    text-decoration: underline;
}
.barro_listing_cards_main .barro_listing_card_links i {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transform: translatey(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.barro_listing_cards_main .barro_listing_card_links i.icon-menu {
    background-image: url('../images/pizza-slice-blue.svg');
}
.barro_listing_cards_main .barro_listing_card_links i.icon-catering {
    background-image: url('../images/catering-menu-icon.svg');
    width: 13px;
}
.barro_listing_cards_main .barro_listing_card_links i.icon-location {
    background-image: url('../images/directions-icon.svg');
}
.barros_map_main_wrapper.address_added .barro_listing_replica_wrap {
    display: none !important;
}
.barros_map_main_wrapper .facetwp-type-proximity .facetwp-input-wrap .facetwp-icon:before {
    display: none;
}
.barros_map_main_wrapper .facetwp-type-proximity .facetwp-input-wrap .facetwp-icon {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translatey(-50%);
    right: 10px;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/location-dot-red.svg');
    background-size: 12px
}
.barros_map_main_wrapper .facetwp-type-proximity .facetwp-input-wrap .facetwp-icon.f-reset {
    background-image: url('../images/close-icon-red.svg');
    background-size: 14px;
    transition: 0.3s all;
}
.barros_map_main_wrapper .facetwp-type-proximity .facetwp-input-wrap .facetwp-icon.f-reset:hover {
    opacity: 0.75;
}
.lf-results-info {
    display: none;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.24);
    font-size: 14px;
    line-height: 1;
    color: var(--wp--preset--color--gray-color);
    font-weight: 400;
    letter-spacing: 0;
}
.barros_map_main_wrapper.address_added .lf-results-info {
    display: flex;
}
.barros_map_main_wrapper.mode-pickup .lf-info-delivery,
.barros_map_main_wrapper.mode-delivery .lf-info-pickup {
    display: none;
}
.barros_map_main_wrapper.mode-pickup .lf-info-pickup,
.barros_map_main_wrapper.mode-delivery .lf-info-delivery {
    display: block;
}
.search-noresults {
    padding: 24px 0 0;
    display: none;
}
.address_added .search-noresults {
    display: block;
}
.search-noresults :is(p, h3, ul) {
    margin: 0;
    margin-bottom: 16px;
}
.search-noresults p:last-child {
    margin-bottom: 0;
}
body.page-id-5300 .section_pizzas_shapes {
    min-height: calc(100vh - 728px) !important;
}
.store-location-card .store-location-card__meta-list li.store-location-card__address::before {
    background-image: url(../images/location-dot-blue.svg);
}
.store-location-card .store-location-card__meta-list li.store-location-card__phone::before {
    background-image: url(../images/phone-icon-blue.svg);
}
.store-location-card {
    color: var(--wp--preset--color--gray-color);
}
.store-location-card .store-location-card__header .store-location-card__title {
    color: var(--wp--preset--color--gray-color);
    margin: 0;
}
.store-location-card .store-location-card__meta-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: var(--wp--preset--color--gray-color);
    margin-top: 16px;
}
.store-location-card .store-location-card__meta-list li {
    padding-left: 38px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
}
.store-location-card .store-location-card__meta-list li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 1px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.store-location-card .store-location-card__meta-list li:not(:last-child) {
    margin-bottom: 16px;
}
.store-location-card .store-location-card__meta-list a {
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-underline-offset: 0.5px;
}
.store-location-card .store-location-card__meta-list a:hover {
    text-decoration: none;
}
.store-location-card .store-location-card__hours {
    padding-top: 24px;
    border-top: 1px solid rgba(51, 51, 51, 0.24);
    margin-top: 24px;
}
.store-location-card .store-location-card__hours .store-location-card__hours-title {
    margin: 0;
}
.store-location-card .store-location-card__hours .store-location-card__hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
}
.store-location-card .store-location-card__hours .store-location-card__hours-list li {
    padding: 10px 0;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    position: relative;
}
.store-location-card .store-location-card__hours .store-location-card__hours-list li.hours-row--today {
    color: rgba(11, 125, 63, 1);
}
.store-location-card .store-location-card__hours .store-location-card__hours-list li.hours-row--today::after {
    content: '';
    border-radius: 4px;
    position: absolute;
    left: -10px;
    background-color: rgba(11, 125, 63, 0.15);
    height: 100%;
    width: calc(100% + 20px);
    top: 0;
}
.store-location-card .store-location-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 24px;
}
.store-location-card .store-location-card__actions .wp-block-button {
    flex: 1;
}
.store-location-card .store-location-card__actions .wp-block-button .btn {
    min-width: 240px;
}
.check_menu.section_pizzas_shapes::before {
    top: 24px;
    width: 246px;
}
.check_menu.section_pizzas_shapes::after {
    top: 130px;
}
#barro-single-map {
    min-height: 200px;
    position: relative;
    max-height: 438px;
    height: 46vw;
    border-radius: 20px;
    outline: 1px solid rgba(51, 51, 51, 0.2);
    min-height: 240px;
    overflow: hidden;
}
.store-location-actions {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.store-location-actions .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    outline: none;
}
.store-location-actions .btn .icon {
    width: 22px;
    min-width: 22px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.store-location-actions .btn .icon svg {
    max-width: 100%;
    max-height: 100%;
}
.store-location-actions .btn.btn--directions {
    background-color: var(--wp--preset--color--cream-color);
    border-color: var(--wp--preset--color--gray-color);
    color: var(--wp--preset--color--gray-color);
}
.store-location-actions .btn.btn--directions:hover {
    background-color: var(--wp--preset--color--gray-color);
    color: #fff;
}
.store-location-actions .btn svg path {
    transition: 0.3s all
}
.store-location-actions .btn.btn--directions:hover svg path {
    fill: #fff;
}
.store-location-actions .btn.btn--save-location {
    background-color: var(--wp--preset--color--blue-color);
    border-color: var(--wp--preset--color--blue-color);
    color: #fff;
}
.store-location-actions .btn.btn--save-location:hover {
    color: var(--wp--preset--color--blue-color);
    background-color: var(--wp--preset--color--cream-color);
}
.store-location-actions .btn.btn--save-location svg path {
    transition: 0.3s all;
}
.store-location-actions .btn.btn--save-location:hover svg path:first-child {
    fill: transparent
}
.store-location-actions .btn.btn--save-location:hover svg path:last-child {
    fill: var(--wp--preset--color--blue-color);
}
.store-location-actions .btn.btn--save-location .icon svg path:first-child {
    fill: transparent;
}
.store-location-actions .btn.btn--save-location.is-active .icon svg path:first-child {
    fill: #fffff7;
}
.store-location-actions .btn.btn--save-location.is-active:hover .icon svg path:first-child {
    fill: var(--wp--preset--color--blue-color);
}
.menu-options,
.delivery-options {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
    justify-content: center;
}
.delivery-options>* {
    box-sizing: border-box;
}
.menu-options .menu-options__card,
.delivery-options .delivery-options__card {
    width: calc((100% - 30px) / 2);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.delivery-options .delivery-options__card {
    width: calc((100% - 60px) / 3);
}
.delivery-options .delivery-options__card .delivery-options__body {
    padding: 30px 30px 40px;
    background-color: #fff;
    flex: 1;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.delivery-options .delivery-options__card .delivery-options__body .delivery-options__icon {
    width: 55px;
    height: 55px;
    margin-bottom: 21px;
    border-radius: 10px;
    background-color: var(--wp--preset--color--primary-color);
    padding: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}
.delivery-options .delivery-options__card--ubereats .delivery-options__body .delivery-options__icon {
    padding: 8px;
    background-color: var(--wp--preset--color--blue-color);
}
.delivery-options .delivery-options__card .delivery-options__body .delivery-options__title {
    margin: 0;
}
.delivery-options .delivery-options__card .delivery-options__btn {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    background-color: var(--wp--preset--color--primary-color);
    overflow: hidden;
    padding: 20px 30px 19px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: auto;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Rockwell', Open Sans;
    transition: 0.3s all;
    border: 2px solid var(--wp--preset--color--primary-color);
}
.delivery-options .delivery-options__card .delivery-options__btn:hover {
    background-color: #fff;
    color: var(--wp--preset--color--primary-color);
}
.delivery-options .delivery-options__card--ubereats .delivery-options__btn {
    background-color: var(--wp--preset--color--blue-color);
    border-color: var(--wp--preset--color--blue-color);
}
.delivery-options .delivery-options__card--ubereats .delivery-options__btn:hover {
    color: var(--wp--preset--color--blue-color);
}
.delivery-options .delivery-options__card--hungerrush .delivery-options__body .delivery-options__icon {
    background-color: rgba(11, 125, 63, 1);
}
.delivery-options .delivery-options__card--hungerrush .delivery-options__btn {
    background-color: rgba(11, 125, 63, 1);
    border-color: rgba(11, 125, 63, 1);
}
.delivery-options .delivery-options__card--hungerrush .delivery-options__btn:hover {
    background-color: #fff;
    color: rgba(11, 125, 63, 1);
}
.delivery-options .delivery-options__card--highlighted {
    position: relative;
    box-shadow: 0 4px 20px rgba(11, 125, 63, 0.25);
}
.delivery-options .delivery-options__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(11, 125, 63, 1);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Rockwell', Open Sans;
    line-height: 1;
    padding: 6px 16px;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 1;
}
.location_single_delivery_option .delivery-options .delivery-options__card:has(.delivery-options__btn[href='']){
    display: none
}
.menu-options .menu-options__card {
    flex-direction: row;
    background-color: var(--wp--preset--color--primary-color);
    padding: 25px 88px 25px 25px;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    column-gap: 24px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s all;
}
.menu-options .menu-options__card.menu-options__card--catering {
    background-color: var(--wp--preset--color--blue-color);
}
.menu-options .menu-options__card:hover {
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 16%);
}
.location_single_delivery_option:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.30);
}
.location_single_delivery_option > *{
    z-index: 1
}
.menu-options .menu-options__card::after {
    background-image: url('../images/pizza-slice-pattern.png');
    content: '';
    position: absolute;
    width: 120px;
    height: 109px;
    right: -7px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-options .menu-options__card .menu-options__arrow {
    position: absolute;
    top: calc(50% + 2px);
    right: 25px;
    transform: translatey(-50%);
    width: 29px;
    transition: 0.15s all;
    display: flex;
}
.menu-options .menu-options__card .menu-options__arrow svg {
    width: 100%;
}
.menu-options .menu-options__card .menu-options__icon {
    width: 44px;
    min-width: 44px;
    height: 60px;
    object-fit: contain;
}
.menu-options .menu-options__card .menu-options__label {
    font-family: 'Rockwell Nova';
    font-size: clamp(20px, 4vw, 22px);
    line-height: 1.3;
    font-weight: 700;
}
.menu-options__note {
    margin-top: clamp(24px, 2.7vw, 40px);
    text-align: center;
    line-height: 1.35;
    font-size: clamp(14px, 2vw, 20px);
}
.menu-options .menu-options__card:hover .menu-options__arrow {
    right: 20px
}
.menu-options__note a {
    color: var(--wp--preset--color--primary-color);
}
.menu-options__note a[href^="tel:"] {
    white-space: nowrap;
}
.about-location {
    display: flex;
    align-items: center;
    gap: 24px 70px;
    flex-wrap: wrap;
}
.about-location .about-location__content {
    width: calc(45.73% - 35px);
}
.about-location .about-location-slider {
    width: calc(54.27% - 35px);
    position: relative;
}
.about-location .about-location-slider .about-location-slider__swiper {
    border-radius: 20px;
    overflow: hidden;
}
.about-location .about-location__content :is(h2, h3, p) {
    color: #fff;
}
.about-location .about-location__content .about-location__title {
    margin: 0;
}
.about-location .about-location__content .about-location__description {
    margin: 0;
    margin-top: clamp(14px, 1.9vw, 24px);
    line-height: 1.35;
    font-size: clamp(14px, 2vw, 20px);
}
.about-location .about-location-slider .swiper-wrapper {
    border-radius: inherit;
}
.about-location .about-location-slider .swiper-slide {
    position: relative;
    height: 395px;
    border-radius: inherit;
    overflow: hidden;
}
.about-location .about-location-slider .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-location .about-location-slider .about-location-slider__nav {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: calc(100% + 22px);
    margin: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.about-location .about-location-slider .about-location-slider__pagination {
    display: flex;
    gap: 4px 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.about-location-slider:not(:has(.swiper-container-initialized)) .about-location-slider__nav {
    display: none
}
.about-location .about-location-slider .about-location-slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 247, 0.7);
    outline: none;
    opacity: 1;
    transition: 0.3s all;
}
.about-location .about-location-slider .about-location-slider__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background-color: rgba(255, 255, 247, 1);
}
.about-location .about-location-slider .about-location-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 247, 1);
    pointer-events: none
}
.about-location .about-location-slider .about-location-slider__arrow {
    border: 0;
    outline: none;
    padding: 0;
    background-color: transparent;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    margin-top: 2px;
    cursor: pointer;
    transition: 0.3s all;
    min-width: 20px;
}
.about-location .about-location-slider .about-location-slider__arrow:hover {
    opacity: 0.8;
}
.about-location .about-location-slider .about-location-slider__arrow svg {
    width: 100%;
}
body .gm-style .gm-style-iw-c:has(.barro_listing_cards_main) {
    box-shadow: 0px 10px 40px 0px #0000001F;
    max-width: 472px !important;
    overflow: visible;
    padding: 32px 24px 24px !important;
    max-height: unset !important;
    width: 100%;
}
body .gm-style .gm-style-iw-d {
    padding: 0 !important;
    max-height: unset !important;
    overflow: hidden !important;
}
body .gm-style .gm-style-iw-ch {
    display: none !important;
}
body .gm-style .gm-style-iw-c:has(.barro_listing_cards_main) .gm-style-iw-chr {
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 1;
    border: 1px solid rgba(51, 51, 51, 0.24);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
}
body .gm-style .gm-style-iw-c:has(.barro_listing_cards_main) .gm-style-iw-chr button {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 13px !important;
    opacity: 1;
    border-radius: 50% !important;
    transition: 0.3s all;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.58594 0.328125L5.35938 4.10156L9.10547 0.328125C9.43359 0 10.0078 0 10.3359 0.328125C10.6914 0.683594 10.6914 1.23047 10.3359 1.58594L6.58984 5.33203L10.3359 9.07812C10.6914 9.43359 10.6914 9.98047 10.3359 10.3359C10.0078 10.6641 9.43359 10.6641 9.10547 10.3359L5.35938 6.5625L1.58594 10.3359C1.25781 10.6641 0.683594 10.6641 0.355469 10.3359C0 9.98047 0 9.43359 0.355469 9.07812L4.10156 5.33203L0.355469 1.58594C0 1.23047 0 0.683594 0.355469 0.328125C0.683594 0 1.25781 0 1.58594 0.328125Z' fill='%23004C93'/%3E%3C/svg%3E%0A") !important;
}
body .gm-style .gm-style-iw-c:has(.barro_listing_cards_main) .gm-style-iw-chr button:hover {
    background-color: #BA1218 !important;
    border-color: #BA1218 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.58594 0.328125L5.35938 4.10156L9.10547 0.328125C9.43359 0 10.0078 0 10.3359 0.328125C10.6914 0.683594 10.6914 1.23047 10.3359 1.58594L6.58984 5.33203L10.3359 9.07812C10.6914 9.43359 10.6914 9.98047 10.3359 10.3359C10.0078 10.6641 9.43359 10.6641 9.10547 10.3359L5.35938 6.5625L1.58594 10.3359C1.25781 10.6641 0.683594 10.6641 0.355469 10.3359C0 9.98047 0 9.43359 0.355469 9.07812L4.10156 5.33203L0.355469 1.58594C0 1.23047 0 0.683594 0.355469 0.328125C0.683594 0 1.25781 0 1.58594 0.328125Z' fill='%23fff'/%3E%3C/svg%3E%0A") !important;
}
body .gm-style .gm-style-iw-c:has(.barro_listing_cards_main) .gm-style-iw-chr button span {
    display: none !important;
}
.barro_listing_card.map_card .barro_listing_card_image {
    position: relative;
    height: 180px;
}
.barro_listing_card.map_card .barro_listing_card_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}
.barro_listing_cards_main .barro_listing_card.map_card {
    padding: 0;
}
.barro_listing_cards_main .barro_listing_card.map_card .barro_listing_card_header {
    margin-top: 14px;
}
gmp-advanced-marker {
    outline: none;
}
/* .barro_listing_cards_main {
    display: flex;
    flex-direction: column;
    transition: 0.3s all;
}
.barro_listing_cards_main .lf-results-info {
    order: -2;
}
.barro_listing_cards_main .barro_listing_card.pinned {
    order: -1;
}
.barro_listing_cards_main .barro_listing_card {
    will-change: transform;
} */
.innerH1-error {
    font-size: 250px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .6);
    color: #fff;
    font-family: 'Rockwell', Rockwell Nova, Open Sans, sans-serif;
    display: flex;
    align-items: center;
}
.innerH1-error .pizza404 {
    display: flex;
    margin: 0 -20px;
}
.innerH1-error .pizza404 img {
    animation: pizzaSpin 4s linear infinite;
    height: 272px;
    object-fit: contain;
}
.location-results {
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    left: 0;
    z-index: 9;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    border: 0;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(51, 51, 51, 0.24);
}
.location-results:empty {
    display: none
}
.location-results .location-result {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    padding: 5px 10px;
    min-width: 101px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s all;
    border: 0;
    color: #333;
    font-size: 14px;
}
.location-results .location-result spna {
    font: inherit;
    color: inherit;
    line-height: inherit;
}
.location-result .result-main {
    font-size: inherit !important;
}
.location-results .location-result:hover,
.location-results .location-result.active {
    background-color: #F5F5F5;
}
.location-results .location-result:not(:last-child) {
    margin-bottom: 2px;
}
.location-results .location-attribution {
    display: none;
}
/* @keyframes pizzaSpin {
    0% {
        transform: rotate(-360deg);
    }
    50% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(0deg);
    }
} */
@keyframes pizzaSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.red_form .location_search_bar .location_search_button {
    background-color: var(--wp--preset--color--primary-color) !important;
}
.red_form .location_search_bar .location_search_button:hover {
    background: var(--wp--preset--color--secondary-color) !important;
}
.lf-set-store .lf-btn-label--active {
    display: none;
}
.lf-set-store.is-active .lf-btn-label--default {
    display: none;
}
.lf-set-store.is-active .lf-btn-label--active {
    display: inline;
}
.about-location:not(:has(.about-location-slider)) .about-location__content {
    width: 100%;
    max-width: 870px;
    text-align: center;
    margin: 0 auto
}
.barro_listing_cards_main:has(.search-noresults) .lf-results-info {
    display: none
}
.search-noresults {
    border-top: 1px solid rgba(51, 51, 51, 0.24);
}
gmp-advanced-marker[aria-label="Your location"],
gmp-advanced-marker[title="Your location"] {
    display: none !important;
    visibility: hidden !important;
}
.barro_single_map #barro-single-map>div .gm-style div:has(img) {
    outline: none !important
}
.pickup_message p,
.delivery_message p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
    line-height: 1.35;
}
.barros_map_main_wrapper.mode-delivery .pickup_message,
.barros_map_main_wrapper:not(.mode-delivery) .delivery_message {
    display: none;
}
.header_pin_hoverd_content .wp-block-button .wp-block-button__link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.35;
}
.gm-style-iw-c {
    margin-top: 10px !important;
}
.gm-style .gm-style-iw-tc {
    display: none;
}
.x_menu_disclaimer_wrapper.hide_discliamer {
    display: none;
}
.element-screen-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10000em;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media (min-width: 1025px) {
    .barro_listing_cards_main .barro_listing_card:hover {
        background-color: #ffffff;
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.12);
    }
    .barros_map_main_wrapper .barros_listing_wrapper {
        /* flex-basis: calc(50% - 212px) !important; */
        flex-basis: 544px !important;
    }
    .barros_map_main_wrapper .barros_map_wrapper {
        /* flex-basis: calc(50% + 212px) !important; */
        flex-basis: calc(100% - 544px) !important;
    }
    .barros_map_main_wrapper .barros_listing_wrapper {
        min-width: 495px;
    }
    .barros_listing_header>.wp-block-image,
    .barros_listing_inner_main .view_switcher_wrapper {
        display: none !important;
    }
    .barros_listing_inner_main .barro_listing_main_list,
    .barros_map_main_wrapper .barros_map_wrapper {
        display: block !important;
    }
    .address_added .barros_listing_inner_main {
        padding-right: 19px !important;
    }
    .address_added .barros_listing_inner_main .barros_listing_search::before {
        content: '';
        width: calc(100% + 100px);
        height: 100%;
        position: absolute;
        left: -50px;
        top: 0;
        background: inherit;
        z-index: 1
    }
    .address_added:has(.is-loading) .barros_listing_inner_main .barros_listing_search::before {
        opacity: 0;
    }
    .address_added .barros_listing_inner_main .barros_listing_search * {
        z-index: 2;
    }
    .address_added .barros_listing_inner_main .barros_listing_search .wp-block-heading {
        position: relative
    }
    .address_added .barros_listing_inner_main {
        overflow-x: hidden
    }
}
@media (max-width: 1024px) {
    .innerH1-error {
        font-size: 180px;
    }
    .innerH1-error .pizza404 img {
        height: 200px;
    }
    .innerH1-error .pizza404 {
        margin: 0 -15px;
    }
    .table_adjust_350 {
        flex-basis: 350px !important;
    }
    .barros_map_main_wrapper .barros_listing_wrapper .barros_listing_inner_main .view_switcher_wrapper,
    .barros_map_main_wrapper .barros_map_wrapper {
        display: none;
    }
    .barros_map_main_wrapper.address_added .barros_listing_wrapper .barros_listing_inner_main .view_switcher_wrapper {
        display: flex;
    }
    .barros_map_main_wrapper.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: unset !important;
        flex-grow: 0;
    }
    .barros_map_main_wrapper .barros_map_wrapper,
    .barros_map_main_wrapper:has(.view_switcher_list.active) .barros_listing_wrapper {
        height: 100% !important;
    }
    .barros_map_main_wrapper .barros_listing_wrapper .barros_listing_inner_main>* {
        max-width: 100%;
    }
    .barros_map_main_wrapper .barros_listing_wrapper .barros_listing_inner_main>*>* {
        max-width: 100% !important;
        letter-spacing: -0.1px;
    }
    .barros_map_main_wrapper .facetwp-type-proximity .facetwp-location {
        height: 46px;
    }
    .address_added .barros_map_main_wrapper .lf-tabs button {
        font-size: 14px;
        padding: 7px 15px;
        flex: unset;
    }
    .address_not_added.barros_map_main_wrapper .barros_listing_header>.lf-tabs {
        margin-top: 24px !important;
    }
    .address_added.barros_map_main_wrapper .barros_listing_header>.lf-tabs {
        margin-top: 17px !important;
    }
    .barros_map_main_wrapper .lf-tabs button {
        font-size: 14px;
    }
    .address_not_added .barros_listing_header .wp-block-image,
    .address_not_added .barros_listing_header>h1 {
        text-align: center;
    }
    .address_added .barros_map_main_wrapper .lf-tabs button {
        font-size: 14px;
        padding: 7px 15px;
        flex: unset;
    }
    .barros_map_main_wrapper .barros_listing_header {
        gap: 0;
    }
    .barros_listing_inner_main {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
    .barros_listing_inner_main .barro_listing_replica_wrap,
    .barros_listing_inner_main .barros_listing_search,
    .barros_map_main_wrapper .barros_listing_header {
        padding-left: 16px;
        padding-right: 16px;
        background-color: #FFFFF7 !important;
    }
    .address_not_added .barros_listing_inner_main .barro_listing_replica_wrap,
    .address_not_added .barros_listing_inner_main .barros_listing_search,
    .address_not_added.barros_map_main_wrapper .barros_listing_header {
        padding-left: 24px;
        padding-right: 24px;
    }
    .barros_map_main_wrapper.address_added .barros_listing_inner_main .barro_listing_replica_wrap,
    .barros_map_main_wrapper.address_added .barros_listing_inner_main .barros_listing_search,
    .barros_map_main_wrapper.address_added .barros_listing_header {
        background-color: #FFFFFF !important;
    }
    .barros_map_main_wrapper.address_added .barros_listing_header {
        flex-direction: column;
    }
    .barros_map_main_wrapper.address_added .barros_listing_header>.wp-block-image {
        display: none !important;
    }
    .barros_listing_inner_main .barro_listing_main_list {
        padding-left: 16px;
        padding-right: 16px;
    }
    .barros_map_main_wrapper .barros_listing_header {
        padding-top: 40px;
    }
    .barros_listing_inner_main .barros_listing_search {
        top: 0;
    }
    .address_added .barros_listing_inner_main .barros_listing_search {
        padding-bottom: 0 !important;
    }
    .barros_map_main_wrapper .barros_listing_wrapper .barros_listing_inner_main .view_switcher_wrapper {
        /* display: flex; */
        gap: 0;
        /* max-width: 400px !important; */
        /* margin-left: 0 !important; */
        border-bottom: 1px solid rgba(51, 51, 51, 0.24);
    }
    .barros_listing_inner_main .view_switcher_wrapper .wp-block-button {
        flex: 1;
    }
    .barro_listing_cards_main {
        padding-bottom: 60px !important;
    }
    .barro_listing_cards_main .barro_listing_card_info .barro_listing_card_status ul li:not(:first-child)::after {
        height: 14px;
    }
    .barros_listing_inner_main .view_switcher_wrapper .wp-block-button .wp-element-button {
        border-radius: 0;
        border: 0;
        background-color: transparent;
        color: #333333;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        padding: 9px 16px 7px 20px;
        font-family: 'Open Sans', sans-serif;
        outline: none;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        letter-spacing: -0.3px;
    }
    .barros_listing_inner_main .view_switcher_wrapper .wp-block-button .wp-element-button::before {
        content: '';
        width: 16px;
        height: 16px;
        position: relative;
        left: 0;
        top: 50%;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .barros_listing_inner_main .view_switcher_wrapper .wp-block-button.active .wp-element-button {
        font-weight: 700;
        color: var(--wp--preset--color--blue-color);
    }
    .barros_listing_inner_main .view_switcher_wrapper .wp-block-button .wp-element-button::after {
        content: '';
        height: 2px;
        background-color: currentcolor;
        position: absolute;
        width: 100%;
        top: auto;
        bottom: -1px;
        opacity: 0;
        left: 0;
    }
    .barros_listing_inner_main .view_switcher_wrapper .wp-block-button.active .wp-element-button::after {
        opacity: 1;
    }
    .barros_listing_inner_main .view_switcher_wrapper .wp-block-button:not(.active) .wp-element-button:hover {
        color: var(--wp--preset--color--blue-color);
    }
    .barros_listing_inner_main .view_switcher_wrapper .view_switcher_list .wp-element-button::before {
        background-image: url('../images/list-icon-gray.svg');
    }
    .barros_listing_inner_main .view_switcher_wrapper .view_switcher_list:not(.active) .wp-element-button:hover::before,
    .barros_listing_inner_main .view_switcher_wrapper .view_switcher_list.active .wp-element-button::before {
        background-image: url('../images/list-icon.svg');
    }
    .barros_listing_inner_main .view_switcher_wrapper .view_switcher_map .wp-element-button::before {
        background-image: url('../images/map-icon-gray.svg');
    }
    .barros_listing_inner_main .view_switcher_wrapper .view_switcher_map:not(.active) .wp-element-button:hover::before,
    .barros_listing_inner_main .view_switcher_wrapper .view_switcher_map.active .wp-element-button::before {
        background-image: url('../images/map-icon.svg');
    }
    .barros_map_main_wrapper {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .address_added .barros_listing_inner_main {
        padding-bottom: 0 !important;
    }
    .barros_map_main_wrapper.address_added .lf-results-info {
        padding-top: 19px;
        padding-bottom: 7px;
    }
    .lf-results-info {
        font-size: 12px;
    }
    .delivery-options .delivery-options__card {
        width: calc((100% - 30px) / 2);
    }
}
@media (min-width: 901px) {
    .location_single_map_col {
        min-width: 400px !important;
    }
}
@media (max-width: 900px) {
    .wp-block-columns.tablet_stack {
        flex-wrap: wrap !important
    }
    .wp-block-columns.tablet_stack .wp-block-column {
        flex-basis: 100% !important;
    }
    .store-location-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .store-location-actions .wp-block-button {
        flex: 1;
    }
}
@media (max-width: 781px) {
    .is_quote:after,
    .is_quote::before {
        width: 20px;
        height: 18px;
    }
    .is_quote::after {
        top: 30px;
        left: 30px;
    }
    .is_quote::before {
        right: 30px;
        bottom: 30px;
    }
    html body .gform_wrapper form .gform_footer {
        padding: 20px 0 0;
    }
    html body .step_form_wrapper .gform_wrapper form .gform_page_footer button.button,
    html body .gform_wrapper form .gform_footer input[type="submit"] {
        font-size: 14px !important;
        padding: 11px 31px 11px !important;
    }
    html body .gform_wrapper form .gform_fields {
        gap: 20px
    }
    html body .gform_wrapper form .gform_fields .gfield.extra_height textarea {
        min-height: 100px !important;
    }
    .barro_listing_cards_main .barro_listing_card {
        padding: 22px 0 25px;
    }
    body .gm-style .gm-style-iw-c {
        max-width: 358px !important;
        padding: 24px 16px 16px !important;
    }
    .barro_listing_cards_main .barro_listing_card_title h3 {
        font-size: 16px;
        color: var(--wp--preset--color--blue-color);
    }
    body .gm-style .gm-style-iw-c .gm-style-iw-chr {
        right: -9px;
        top: -25px;
    }
    .barro_listing_card.map_card .barro_listing_card_image {
        height: 150px;
    }
    .barro_listing_cards_main .barro_listing_card.map_card .barro_listing_card_header {
        margin-top: 10px;
    }
    .barro_listing_cards_main .barro_listing_card.map_card .barro_listing_card_header {
        margin-top: 20px;
    }
    .barro_listing_cards_main .barro_listing_card.map_card .barro_listing_card_info .barro_listing_card_status ul li:not(:first-child)::after {
        left: -7px;
        height: 12px;
    }
    .barro_listing_cards_main .map_card .barro_listing_card_links {
        margin-top: 15px;
        justify-content: flex-start;
        gap: 26px;
    }
    .barro_listing_cards_main .map_card .barro_listing_card_actions {
        gap: 8px
    }
    .barro_listing_cards_main .map_card .barro_listing_card_info .barro_listing_card_phone a {
        font-size: 12px;
        padding-left: 19px;
    }
    .barro_listing_cards_main .map_card .barro_listing_card_info .barro_listing_card_phone a::before {
        top: calc(50% - 1px);
    }
    .barro_listing_cards_main .map_card .barro_listing_card_info .barro_listing_card_status ul {
        gap: 6px 13px;
    }
    .hide-mobile {
        display: none;
    }
    .barro_listing_cards_main .map_card .barro_listing_card_info .barro_listing_card_phone a::before {
        width: 12px;
        height: 12px;
    }
    .barro_listing_cards_main .barro_listing_card_header .barro_listing_card_distance {
        font-size: 12px;
    }
    .barro_listing_cards_main .barro_listing_card_info .barro_listing_card_status {
        font-size: 14px;
    }
    .barro_listing_cards_main .barro_listing_card.map_card .barro_listing_card_info .barro_listing_card_status {
        font-size: 12px;
    }
    .barro_listing_cards_main .barro_listing_card_info {
        margin-top: 9px;
    }
    .barro_listing_cards_main .map_card .barro_listing_card_info {
        margin-top: 10px;
    }
    .barro_listing_cards_main .barro_listing_card_links {
        margin-top: 9px;
        justify-content: space-between;
    }
    .barro_listing_cards_main .barro_listing_card_actions {
        margin-top: 14px;
    }
    .is_quote {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .about-location .about-location__content,
    .about-location .about-location-slider {
        width: 100%;
    }
    .about-location .about-location-slider .swiper-slide {
        height: 50vw;
        min-height: 207.38px;
    }
    .store-location-card .store-location-card__meta-list li {
        font-size: 14px;
    }
    .store-location-card .store-location-card__meta-list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .store-location-card .store-location-card__hours {
        padding-top: 14px;
        margin-top: 15px;
    }
    .store-location-card .store-location-card__actions {
        margin-top: 14px;
    }
    .store-location-actions .btn {
        font-size: 14px;
        padding: 11px 20px;
    }
    .store-location-actions .btn .icon {
        width: 14px;
        min-width: 14px;
        height: 13px;
    }
    .store-location-actions {
        gap: 7px
    }
    .store-location-card .store-location-card__meta-list li {
        padding-left: 30px;
    }
    .delivery-options .delivery-options__card .delivery-options__body .delivery-options__icon {
        margin-bottom: 16px;
    }
    .delivery-options .delivery-options__card .delivery-options__body {
        padding: 20px 20px 20px;
    }
    .delivery-options .delivery-options__card .delivery-options__body {
        font-size: 14px;
        padding: 20px 20px;
    }
    .menu-options .menu-options__card {
        padding: 20px 55px 20px 20px;
    }
    .menu-options .menu-options__card .menu-options__icon {
        width: 30px;
        min-width: 30px;
        height: 41px;
    }
    .menu-options .menu-options__card {
        column-gap: 16px;
    }
    .menu-options .menu-options__card .menu-options__arrow {
        width: 21px;
        right: 19px;
    }
    .delivery-options .delivery-options__card .delivery-options__btn {
        font-size: 14px;
        padding: 18px 20px;
    }
    .about-location .about-location-slider .about-location-slider__nav {
        top: calc(100% + 16px);
    }
    .about-location .about-location-slider .about-location-slider__arrow {
        display: none;
    }
    .barro_listing_cards_main .barro_listing_card_links a {
        font-weight: 600;
    }
    .barro_listing_cards_main .barro_listing_card_info .barro_listing_card_status ul li:not(:first-child)::after {
        height: 12px;
    }
    .innerH1-error {
        font-size: 120px;
    }
    .innerH1-error .pizza404 img {
        height: 130px;
    }
    .innerH1-error .pizza404 {
        margin: 0 -6px 0 -12px;
    }
    .about-location .about-location-slider .about-location-slider__pagination {
        gap: 4px 6px;
    }
}
@media (max-width: 690px) {
    .menu-options,
    .delivery-options {
        gap: 16px;
    }
    .menu-options .menu-options__card,
    .delivery-options .delivery-options__card {
        width: 100%;
    }
    /* .barros_map_main_wrapper .barros_listing_wrapper .barros_listing_inner_main .view_switcher_wrapper {
        max-width: 100% !important;
        margin-left: auto !important;
    } */
    .store-location-actions {
        flex-direction: column;
    }
}
@media (max-width: 500px) {
    .delivery-options .delivery-options__card:has(.delivery-options__badge) {
        margin-top: 10px;
    }
    .red_form .location_search_bar .location_search_input {
        max-width: 100%;
        box-sizing: border-box;
        border: 1px solid var(--wp--preset--color--gray-color) !important;
        border-radius: 20px !important;
    }
    .red_form .location_search_bar .location_search_button,
    .red_form .location_search_bar .location_search_button {
        margin-top: 8px;
        border-radius: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px;
    }
    .red_form .location_search_bar {
        flex-direction: column;
        box-sizing: border-box;
    }
}
@media (max-width: 374px) {
    .barro_listing_cards_main .barro_listing_card_links {
        gap: 10px
    }
    .barro_listing_cards_main .barro_listing_card_info {
        align-items: center;
    }
    .barro_listing_cards_main .barro_listing_card_links a {
        font-size: 12px;
        padding-left: 14px;
    }
    .barro_listing_cards_main .barro_listing_card_info {
        gap: 10px;
    }
    .barro_listing_cards_main .barro_listing_card_info .barro_listing_card_status {
        gap: 4px
    }
}
@media (max-width: 359px) {
    .barro_listing_cards_main .barro_listing_card_info .barro_listing_card_status,
    .barro_listing_cards_main .barro_listing_card_info .barro_listing_card_phone a {
        font-size: 11px;
    }
    body .gm-style .gm-style-iw-c {
        max-width: 315px;
    }
    .barro_listing_cards_main .barro_listing_card_actions .btn {
        font-size: 12px;
        padding: 10px 8px;
    }
    .barro_listing_cards_main .barro_listing_card.map_card .barro_listing_card_info .barro_listing_card_status {
        font-size: 11px;
    }
}
