.allergen-information {
    margin-top: 25px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #906D4F;
    border: 1px solid #F0EFEF;
    padding: 10px 15px;
    border-radius: 8px;
    /* background-color: #FAFAFA; */
}
#av_bussiness_reference {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#av_bussiness_reference_notification {
    visibility: hidden;
    width: 100%;
    color: #6C8B00;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    z-index: 1;
    bottom: -30px;
    font-size: 14px;
  }
  
  #av_bussiness_reference_notification.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: -30px; opacity: 1;}
}

@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: -30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
from {bottom: -30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
from {bottom: -30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

input#bussiness_reference {
    border-radius: 20px !important;
    text-align: center;
}

input#bussiness_reference:focus {
    outline: none !important;
    border-color: #906D4F;
}

#av_bussiness_reference form {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.av_bussiness_reference_tilte {
    padding-top: 1.25rem;
    border-top: 1px solid #ddd;
    text-transform: none !important;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #352E28;
    margin-top: 1.25rem;
}

#av-header-menu-button {
    background-color: #352e28;
    border-radius: 50%;
    border: none !important;
    height: 41px;
    width: 41px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
}

#av-header-menu-button:hover {
    background: #F0EFEF;
    border-color: #F0EFEF;
    color: #352e28;
}

#av-categories-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    /* display: flex; */
    align-items: center;
    justify-content: end;
    display: none;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

#av-close-area {
    width: 100%;
    height: 100%;
    display: none;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

#av-categories-modal {
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 1.25rem;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}

#av-categories-modal::-webkit-scrollbar {
    display: none;
}

#av-categories-modal .av-categories {
    padding: 0 !important;
    margin: 0 !important;
}

#av-categories-modal #av-user-menu {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

#av-categories-modal #av-user-menu #av-user-menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    font-weight: bold;
    color: #352e28;
}

#av-categories-modal .av-categories .av-parent-category-link,
#av-categories-modal .av-categories .av-child-category-link,
#av-categories-modal #av-user-menu ul li a {
    border-top: 0.3px solid #5E2B00;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #352e28;
    font-weight: normal;
    margin: 0;
    display: flex;
}

#av-categories-modal .av-categories .av-active{
    color: #906D4F !important;
}

#av-modal-close-container {
    padding: 0;
}

#av-modal-close {
    cursor: pointer;
    border: none;
    padding: 10px;
    float: right;
    border-radius: 5px;
    background: #FFFFFF;
}

#av-modal-close img {
    width: 24px;
    height: 24px;
}

.av-custom-price-type {
    font-size: 12px;
}

#marvi93-shop-closed-notice {
    background-color: rgba(255, 154, 82, 0.3);
    border-color: #ff9a52;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #352E28;
}

#marvi93-shop-closed-notice p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

#av-delivery-time-top-warning {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    z-index: 1055;
    margin: 0;
    pointer-events: none;
}

.av-delivery-time-top-alert {
    margin: 0;
    text-align: center;
    border: 0;
    border-radius: 0;
    background-color: #ffefc2;
    color: #352e28;
    opacity: 1;
    box-shadow: none;
    pointer-events: auto;
}

.av-estimated-delivery {
    margin-bottom: 0 !important;
    border-left: 2px solid #F0EFEF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #906D4F;
    padding: 10px 15px;
}

.av-product-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .av-product-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #av-categories-modal {
        background: #FFFFFF;
        height: 100%;
        width: 350px;
        box-shadow: 50px 50px 50px 50px rgba(0, 0, 0, 0.5);
    }

    #av-close-area {
        width: 100%;
        height: 100%;
        display: block;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .av-product-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .av-product-row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ── Delivery time selector ────────────────────────────────────────────────── */
#av-delivery-time-selector-wrapper {
    clear: both;
}

.av-delivery-time-title {
    font-family: Cabin, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #352e28;
    line-height: 22px;
    text-transform: none;
    padding: 20px 0 12px;
    margin: 0;
}

.av-delivery-schedule-description {
    font-family: Inter, sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0 0 12px;
}

.av-delivery-date-group {
    margin-bottom: 12px;
}

.av-delivery-date-group label,
.av-delivery-time-group label {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #352e28;
    margin-bottom: 4px;
    display: block;
    text-align: left;
}

.av-delivery-date-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

#av_delivery_date_input {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #906d4f;
    background-color: #fff;
    padding: 10px 15px;
    border: 0.8px solid #906d4f;
    border-radius: 48px;
    line-height: normal;
    display: inline-block;
    box-shadow: none;
    cursor: pointer;
    max-width: 220px;
}

#av_delivery_date_input:focus-visible {
    outline: none;
    border-color: #906d4f;
    box-shadow: 0 0 0 1px #906d4f;
}

#av_delivery_date_clear {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #906d4f;
    color: #906d4f;
}

#av_delivery_date_clear .material-icons {
    font-size: 18px;
}

.av-delivery-date-hint {
    font-family: Inter, sans-serif;
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 4px;
}

.av-delivery-time-group {
    margin-bottom: 12px;
}

#av_delivery_time_select {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #906d4f;
    background-color: #fff;
    padding: 10px 15px;
    border: 0.8px solid #906d4f;
    border-radius: 48px;
    line-height: normal;
    display: inline-block;
    box-shadow: none;
    appearance: auto;
    -webkit-appearance: auto;
    cursor: pointer;
    max-width: 220px;
}

#av_delivery_time_select:focus-visible {
    outline: none;
    border-color: #906d4f;
    box-shadow: 0 0 0 1px #906d4f;
}

/* jQuery datepicker holiday-blocked day styling */
.av-holiday-blocked .ui-state-default {
    background: #f5d5d5 !important;
    color: #c44 !important;
    cursor: not-allowed;
}

#av-delivery-date-warning {
    margin-top: 10px;
    font-size: 13px;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .av-product-row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}